home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.3 / Group4 / ISSIMG.dll / RCDATA / TAPPEDIALOG / TAPPEDIALOG.txt
Text File  |  1997-10-04  |  2KB  |  100 lines

  1. object APPEDialog: TAPPEDialog
  2.   Left = 293
  3.   Top = 170
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 310
  7.   ClientWidth = 433
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 409
  19.     Height = 265
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 95
  26.     Height = 13
  27.     Caption = 'Application Identifier'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 176
  32.     Width = 149
  33.     Height = 13
  34.     Caption = 'Application authentication code'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 176
  38.     Top = 16
  39.     Width = 76
  40.     Height = 13
  41.     Caption = 'Application data'
  42.   end
  43.   object OKBtn: TButton
  44.     Left = 103
  45.     Top = 276
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 0
  52.   end
  53.   object CancelBtn: TButton
  54.     Left = 183
  55.     Top = 276
  56.     Width = 75
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 1
  62.   end
  63.   object AppIdentifierMemo: TMemo
  64.     Left = 24
  65.     Top = 32
  66.     Width = 81
  67.     Height = 137
  68.     Font.Color = clWindowText
  69.     Font.Height = -12
  70.     Font.Name = 'Courier New'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 2
  74.   end
  75.   object AppAuthenticationCodeMemo: TMemo
  76.     Left = 24
  77.     Top = 192
  78.     Width = 81
  79.     Height = 57
  80.     Font.Color = clWindowText
  81.     Font.Height = -12
  82.     Font.Name = 'Courier New'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     TabOrder = 3
  86.   end
  87.   object AppDataMemo: TMemo
  88.     Left = 184
  89.     Top = 32
  90.     Width = 217
  91.     Height = 225
  92.     Font.Color = clWindowText
  93.     Font.Height = -12
  94.     Font.Name = 'Courier New'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 4
  98.   end
  99. end
  100.